//==============================================================================
// RuneBomb_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define FireBall
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Fire Ball
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
		version
			{
			VisualGranny Runebomb_spin
			Connect backabdomen FireBall hotspot
			Connect backchest FireBall hotspot
			Connect chin FireBall hotspot
			Connect face FireBall hotspot
			Connect forehead FireBall hotspot
			Connect frontabdomen FireBall hotspot
			Connect frontchest FireBall hotspot
			Connect leftear FireBall hotspot
			Connect leftforearm FireBall hotspot
			Connect lefthand FireBall hotspot
			Connect leftleg FireBall hotspot
			Connect leftshoulder FireBall hotspot
			Connect rightear FireBall hotspot
			Connect righthand FireBall hotspot
			}
		}
	}
}